Vcenter NamespaceManagement ClusterCompatibility ZoneSummary
The Vcenter NamespaceManagement ClusterCompatibility ZoneSummary schema contains the information about the compatibility of a vSphere Zone and the vSphere clusters associated with it.
This schema was added in vSphere API 8.0.0.1.
{
"zone": "string",
"compatible": false,
"cluster_summaries": [
{
"cluster": "string",
"compatible": false,
"incompatibility_reasons": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
}
Identifier of this vSphere Zone.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
.
Flag to indicate whether the current Zone can be used to enable a Supervisor cluster. If false, the list of incompatibility issues will be given in the cluster_summaries field.
This property was added in vSphere API 8.0.0.1.
A list of information about the compatibility of vSphere clusters associated with this vSphere Zone.
This property was added in vSphere API 8.0.0.1.